[INFO] fetching crate mnt 0.3.1...
[INFO] testing mnt-0.3.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate mnt 0.3.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate mnt 0.3.1
[INFO] finished tweaking crates.io crate mnt 0.3.1
[INFO] tweaked toml for crates.io crate mnt 0.3.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mnt 0.3.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af47ba5eb896a8fe5f1e5af07c9b8c7a0e8fe71f64fed5a8f1392b8d276a3806
[INFO] running `Command { std: "docker" "start" "-a" "af47ba5eb896a8fe5f1e5af07c9b8c7a0e8fe71f64fed5a8f1392b8d276a3806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af47ba5eb896a8fe5f1e5af07c9b8c7a0e8fe71f64fed5a8f1392b8d276a3806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af47ba5eb896a8fe5f1e5af07c9b8c7a0e8fe71f64fed5a8f1392b8d276a3806", kill_on_drop: false }`
[INFO] [stdout] af47ba5eb896a8fe5f1e5af07c9b8c7a0e8fe71f64fed5a8f1392b8d276a3806
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2283bcbb6272ec38c6aab96be58d777d76b0410abcd622a78c429763a3d5d62c
[INFO] running `Command { std: "docker" "start" "-a" "2283bcbb6272ec38c6aab96be58d777d76b0410abcd622a78c429763a3d5d62c", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling mnt v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:116:19
[INFO] [stdout]     |
[INFO] [stdout] 116 |             spec: try!(tokens.next().ok_or(LineError::MissingSpec)).to_string(),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let file = try!(tokens.next().ok_or(LineError::MissingFile));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:125:22
[INFO] [stdout]     |
[INFO] [stdout] 125 |             vfstype: try!(tokens.next().ok_or(LineError::MissingVfstype)).to_string(),
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |             mntops: try!(tokens.next().ok_or(LineError::MissingMntops))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:130:28
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 let freq = try!(tokens.next().ok_or(LineError::MissingFreq));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:138:30
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let passno = try!(tokens.next().ok_or(LineError::MissingPassno));
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |     get_submounts_from(root, try!(MountIter::new_from_proc()))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:188:28
[INFO] [stdout]     |
[INFO] [stdout] 188 |     get_mount_from(target, try!(MountIter::new_from_proc()))
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:277:20
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let file = try!(File::open(PROC_MOUNTS));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:48:32
[INFO] [stdout]    |
[INFO] [stdout] 48 |         write!(out, "{}", self.description())
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] running `Command { std: "docker" "inspect" "2283bcbb6272ec38c6aab96be58d777d76b0410abcd622a78c429763a3d5d62c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2283bcbb6272ec38c6aab96be58d777d76b0410abcd622a78c429763a3d5d62c", kill_on_drop: false }`
[INFO] [stdout] 2283bcbb6272ec38c6aab96be58d777d76b0410abcd622a78c429763a3d5d62c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f332209cb793eb54cf7314cf3c7ed051b19b070033353cbc1dd631ea57d64a5f
[INFO] running `Command { std: "docker" "start" "-a" "f332209cb793eb54cf7314cf3c7ed051b19b070033353cbc1dd631ea57d64a5f", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling mnt v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:116:19
[INFO] [stdout]     |
[INFO] [stdout] 116 |             spec: try!(tokens.next().ok_or(LineError::MissingSpec)).to_string(),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let file = try!(tokens.next().ok_or(LineError::MissingFile));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:125:22
[INFO] [stdout]     |
[INFO] [stdout] 125 |             vfstype: try!(tokens.next().ok_or(LineError::MissingVfstype)).to_string(),
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |             mntops: try!(tokens.next().ok_or(LineError::MissingMntops))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:130:28
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 let freq = try!(tokens.next().ok_or(LineError::MissingFreq));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:138:30
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let passno = try!(tokens.next().ok_or(LineError::MissingPassno));
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |     get_submounts_from(root, try!(MountIter::new_from_proc()))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:188:28
[INFO] [stdout]     |
[INFO] [stdout] 188 |     get_mount_from(target, try!(MountIter::new_from_proc()))
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:277:20
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let file = try!(File::open(PROC_MOUNTS));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:48:32
[INFO] [stdout]    |
[INFO] [stdout] 48 |         write!(out, "{}", self.description())
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:116:19
[INFO] [stdout]     |
[INFO] [stdout] 116 |             spec: try!(tokens.next().ok_or(LineError::MissingSpec)).to_string(),
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:118:28
[INFO] [stdout]     |
[INFO] [stdout] 118 |                 let file = try!(tokens.next().ok_or(LineError::MissingFile));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:125:22
[INFO] [stdout]     |
[INFO] [stdout] 125 |             vfstype: try!(tokens.next().ok_or(LineError::MissingVfstype)).to_string(),
[INFO] [stdout]     |                      ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:126:21
[INFO] [stdout]     |
[INFO] [stdout] 126 |             mntops: try!(tokens.next().ok_or(LineError::MissingMntops))
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:130:28
[INFO] [stdout]     |
[INFO] [stdout] 130 |                 let freq = try!(tokens.next().ok_or(LineError::MissingFreq));
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:138:30
[INFO] [stdout]     |
[INFO] [stdout] 138 |                 let passno = try!(tokens.next().ok_or(LineError::MissingPassno));
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:167:30
[INFO] [stdout]     |
[INFO] [stdout] 167 |     get_submounts_from(root, try!(MountIter::new_from_proc()))
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:188:28
[INFO] [stdout]     |
[INFO] [stdout] 188 |     get_mount_from(target, try!(MountIter::new_from_proc()))
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/parse.rs:277:20
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let file = try!(File::open(PROC_MOUNTS));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/parse.rs:452:79
[INFO] [stdout]     |
[INFO] [stdout] 452 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stdout]     |                                                                               ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/parse.rs:456:79
[INFO] [stdout]     |
[INFO] [stdout] 456 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stdout]     |                                                                               ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/parse.rs:460:79
[INFO] [stdout]     |
[INFO] [stdout] 460 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stdout]     |                                                                               ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/parse.rs:464:79
[INFO] [stdout]     |
[INFO] [stdout] 464 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stdout]     |                                                                               ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/error.rs:48:32
[INFO] [stdout]    |
[INFO] [stdout] 48 |         write!(out, "{}", self.description())
[INFO] [stdout]    |                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.87s
[INFO] running `Command { std: "docker" "inspect" "f332209cb793eb54cf7314cf3c7ed051b19b070033353cbc1dd631ea57d64a5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f332209cb793eb54cf7314cf3c7ed051b19b070033353cbc1dd631ea57d64a5f", kill_on_drop: false }`
[INFO] [stdout] f332209cb793eb54cf7314cf3c7ed051b19b070033353cbc1dd631ea57d64a5f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 05cb186f0fe384c29eea06e35a53b0f51a96abee96969922841936a731dbda87
[INFO] running `Command { std: "docker" "start" "-a" "05cb186f0fe384c29eea06e35a53b0f51a96abee96969922841936a731dbda87", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:116:19
[INFO] [stderr]     |
[INFO] [stderr] 116 |             spec: try!(tokens.next().ok_or(LineError::MissingSpec)).to_string(),
[INFO] [stderr]     |                   ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:118:28
[INFO] [stderr]     |
[INFO] [stderr] 118 |                 let file = try!(tokens.next().ok_or(LineError::MissingFile));
[INFO] [stderr]     |                            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:125:22
[INFO] [stderr]     |
[INFO] [stderr] 125 |             vfstype: try!(tokens.next().ok_or(LineError::MissingVfstype)).to_string(),
[INFO] [stderr]     |                      ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:126:21
[INFO] [stderr]     |
[INFO] [stderr] 126 |             mntops: try!(tokens.next().ok_or(LineError::MissingMntops))
[INFO] [stderr]     |                     ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:130:28
[INFO] [stderr]     |
[INFO] [stderr] 130 |                 let freq = try!(tokens.next().ok_or(LineError::MissingFreq));
[INFO] [stderr]     |                            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:138:30
[INFO] [stderr]     |
[INFO] [stderr] 138 |                 let passno = try!(tokens.next().ok_or(LineError::MissingPassno));
[INFO] [stderr]     |                              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:167:30
[INFO] [stderr]     |
[INFO] [stderr] 167 |     get_submounts_from(root, try!(MountIter::new_from_proc()))
[INFO] [stderr]     |                              ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:188:28
[INFO] [stderr]     |
[INFO] [stderr] 188 |     get_mount_from(target, try!(MountIter::new_from_proc()))
[INFO] [stderr]     |                            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stderr]    --> src/parse.rs:277:20
[INFO] [stderr]     |
[INFO] [stderr] 277 |         let file = try!(File::open(PROC_MOUNTS));
[INFO] [stderr]     |                    ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:48:32
[INFO] [stderr]    |
[INFO] [stderr] 48 |         write!(out, "{}", self.description())
[INFO] [stderr]    |                                ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `mnt` (lib) generated 10 warnings
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/parse.rs:452:79
[INFO] [stderr]     |
[INFO] [stderr] 452 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stderr]     |                                                                               ^ help: remove this semicolon
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/parse.rs:456:79
[INFO] [stderr]     |
[INFO] [stderr] 456 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stderr]     |                                                                               ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/parse.rs:460:79
[INFO] [stderr]     |
[INFO] [stderr] 460 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stderr]     |                                                                               ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/parse.rs:464:79
[INFO] [stderr]     |
[INFO] [stderr] 464 |         let mut mounts = MountIter::new(buf.clone()).map(|m| m.ok().unwrap());;
[INFO] [stderr]     |                                                                               ^ help: remove this semicolon
[INFO] [stderr] 
[INFO] [stderr] warning: `mnt` (lib test) generated 14 warnings (10 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mnt-ade497cd0dc33668)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test parse::test::test_line_mntops ... ok
[INFO] [stdout] test parse::test::test_path ... ok
[INFO] [stdout] test parse::test::test_line_root ... ok
[INFO] [stdout] test parse::test::test_proc_mounts_from ... ok
[INFO] [stdout] test parse::test::test_proc_mounts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests mnt
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "05cb186f0fe384c29eea06e35a53b0f51a96abee96969922841936a731dbda87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05cb186f0fe384c29eea06e35a53b0f51a96abee96969922841936a731dbda87", kill_on_drop: false }`
[INFO] [stdout] 05cb186f0fe384c29eea06e35a53b0f51a96abee96969922841936a731dbda87
